|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.vtp.framework.interactions.core.configurations.OutputConfiguration
public class OutputConfiguration
OutputConfiguration.
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.vtp.framework.interactions.core.configurations.InteractionsConstants |
|---|
NAME_CHOICE, NAME_CHOICES, NAME_CONTENT_TYPE, NAME_DATA_NAME, NAME_DATA_REQUEST, NAME_FORMATTER, NAME_ID, NAME_INPUT, NAME_INPUT_ITEM, NAME_INPUT_NAME, NAME_INPUT_REQUEST, NAME_INTERACTION_TYPE, NAME_KEY, NAME_LANGUAGE, NAME_LOCALE, NAME_MEDIA, NAME_MEDIA_PROVIDER, NAME_MEDIA_PROVIDER_BINDING, NAME_META_DATA, NAME_META_DATA_ITEM, NAME_META_DATA_SET, NAME_NAME, NAME_OUTPUT, NAME_OUTPUT_ITEM, NAME_OUTPUT_MESSAGE, NAME_OUTPUT_NAME, NAME_PROPERTY, NAME_PROPERTY_ITEM, NAME_RESOURCE_MANAGER, NAME_SCRIPT, NAME_SCRIPTING_LANGUGAGE, NAME_SELECTION_REQUEST, NAME_SHARED_CONTENT, NAME_TRANSFER_MESSAGE, NAME_TYPE, NAME_VALUE, NAMESPACE_URI |
| Constructor Summary | |
|---|---|
OutputConfiguration(IContentFactory contentFactory)
Creates a new OutputConfiguration. |
|
| Method Summary | |
|---|---|
Content[] |
getItem(java.lang.String brandName,
java.lang.String interactionTypeID,
java.lang.String languageID)
Returns the item configured for the specified brand, interaction type, and language or null if no such item is configured. |
void |
load(org.w3c.dom.Element configurationElement)
Loads the configuration information from the specified XML element. |
void |
save(org.w3c.dom.Element configurationElement)
Saves the configuration information into the supplied XML element. |
void |
setItem(java.lang.String key,
Content[] item)
Sets the item configured for the specified brand, interaction type, and language. |
void |
setItem(java.lang.String brandName,
java.lang.String interactionTypeID,
java.lang.String languageID,
Content[] item)
Sets the item configured for the specified brand, interaction type, and language. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OutputConfiguration(IContentFactory contentFactory)
contentFactory - The content factory to use.| Method Detail |
|---|
public Content[] getItem(java.lang.String brandName,
java.lang.String interactionTypeID,
java.lang.String languageID)
null if no such item is configured.
brandName - The path of the brand to find the item for.interactionTypeID - The ID of the interaction type to find the item
for.languageID - The ID of the language to find the item for.
null if no such item is configured.
public void setItem(java.lang.String brandName,
java.lang.String interactionTypeID,
java.lang.String languageID,
Content[] item)
brandName - The path of the brand to set the item for.interactionTypeID - The ID of the interaction type to set the item
for.languageID - The ID of the language to set the item for.item - The item to set as the configuration or null to
remove the specified configuration.
public void setItem(java.lang.String key,
Content[] item)
key - The key to set the item for.item - The item to set as the configuration or null to
remove the specified configuration.public void load(org.w3c.dom.Element configurationElement)
IConfiguration
load in interface IConfigurationconfigurationElement - The element to load the configuration from.public void save(org.w3c.dom.Element configurationElement)
IConfiguration
save in interface IConfigurationconfigurationElement - The element to save the configuration to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||